CardBuilderModifierKit Framework - Mario Geneau - 10/9/25

Default values:

outerSize: .init(width: 196, height: 218)
outerCornerRadius: 16
outerBackground: black.opacity(0.02)
outerBorderWidth: 0.1
outerBorderColor: .blue
outerShadowColor: .black.opacity(0.28)
outerShadowRadius: 2
outerShadowX: -1
outerShadowY: 1
outerClipsContent: false

innerSize: .init(width: 176, height: 128)
innerBorderWidth: 1
innerBorderColor: .black.opacity(0.1)
innerImage: CardBuilderModifierKit.InnerImage.asset("Image Name")
title: "Custom Title"
titleFont: .title3.weight(.bold)
titleColor: .primary
subtitle: "Custom subtitle"
subtitleFont: .subheadline
subtitleColor: .secondary
textAlignment: .center
textSpacing: 8
bottomTextPadding: 0